CHECKLIST QUANTITY
This command will return the total number of items in the checklist after a PERFORM CHECKLIST command has been performed.
Return Integer=CHECKLIST QUANTITY()
This command will return the total number of items in the checklist after a perform checklist command has been performed
The checklist has a maximum storage capacity of 255 items.
rem Screen Management
cls
print "DISPLAY MODES"
print
perform checklist for display modes
for c=1 to checklist quantity()
width=checklist value a(c)
height=checklist value b(c)
depth=checklist value c(c)
print "found:";checklist string$(c)
next c
set display mode width, height, depth
if check display mode(width, height, depth)=1
print "using:";width;" ";height;" ";depth
endif
do
loop
end
SYSTEM Commands Menu
Index